home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl040 / infdor1j.lzh / INFODOOR.DOC < prev    next >
Encoding:
Text File  |  1993-01-18  |  5.1 KB  |  116 lines

  1.  
  2.         ╒═══════════════════════════════════════════════════════════╕
  3.         │                   INFODOOR VERSION 1.0                    │
  4.         │ ▌ ▄ ▄ ▄ ▐         Kingdom  Enterprises          ▌ ▄ ▄ ▄ ▐ │
  5.         │ █████████   Copyright 1993 All Rights Reserved  █████████ │
  6.         ╘═══════════════════════════════════════════════════════════╛
  7.  
  8.      THIS PROGRAM IS  PROVIDED  AS  IS WITHOUT ANY WARRANTY, EXPRESSED
  9.      OR IMPLIED, INCLUDING BUT NOT LIMITED TO FITNESS FOR A PARTICULAR
  10.      PURPOSE.  THE AUTHOR ACCEPTS  NO RESPONSIBILTIY FOR ANY DAMAGE TO
  11.      EQUIPMENT OR OTHER SOFTWARE THAT OCCURS AS A RESULT OF USING THIS
  12.      PROGRAM.
  13.  
  14.  
  15. INFODOOR is  NOT  public  domain software.  This program was written for and
  16. given to God.  It is provided  for use only by christian sysops of christian
  17. BBS's.  Its primary purpose is for the advancement of the Kingdom of God and
  18. the dissemination of the information  about His glorious Son. Violations are
  19. between you and the Living God.  This program is free to registered users of
  20. of the OmegaComm BBS system.  If you are not running OmegaComm and plan to use
  21. it, then a suggested tax deductible donation of $10.00 or more should be made
  22. to either your local church or:
  23.  
  24.                          Christian Research Institute
  25.                                 P.O. Box 500
  26.                          San Juan Capistrano, CA 92693
  27.  
  28. The Christian Research Institute has had nothing to do with the development
  29. or dissemination of this program.
  30.  
  31. WHAT'S NEW:  Version 1.0 has refined async i/o routines.  It still has
  32. its own built in async i/o, but will use as fossil driver if present.
  33. It will handle 300-38400 baud including 4800, 7200, 14400, and 16800.
  34. The ansi handling routines have also been updated.
  35.  
  36. ***************************************************************************
  37. ***************************************************************************
  38.  
  39. This program can be used to read any series of *'ANS' (ansi files) and
  40. *'ASC' (ascii files).  You can use Thedraw or something similar to create
  41. the *.ANS and *.ASC files.  The files must contain a standard front for
  42. their name like STEP (CAN BE NO LONGER THAN FIVE CHARACTERS).  You  can
  43. have a series of up to 255 files in the series.  For instance, you would
  44. have STEP1.ANS through STEP255.ANS and  STEP1.ASC  through  STEP255.ASC.
  45. This program can be used STAND ALONE or can also be used as a door program
  46. for a BBS system.  If you are not using it as a BBS system, make sure the
  47. second line in the DOOR.SYS file is a '0'.  The command line for this 
  48. program is:
  49.  
  50. INFODOOR [NUMBER OF FILES] [FRONT END OF NAME]
  51.  
  52. For example:
  53.  
  54. INFORDOOR 8 STEP
  55.  
  56. The Salvation (SAVE) series is supplied for your reference and as an
  57. example.
  58.  
  59. INFODOOR version 1.0 has its own built in async input/output unit
  60. so it does NOT use a doors program like Doorway.Exe.  The built in async
  61. i/o does not interfere with a fossil or the bbs's own internal async since
  62. it saves and restores the original vectors and modem data.  It also does
  63. not reset the baud rate so it should work fine with locked ports.  Also,
  64. this new async input/output system is fossil aware.  If a fossil driver is
  65. present, it will use the fossil.  If no fossil is present, it will use its
  66. own async i/o procedures.
  67.  
  68. INFODOOR will read the DOOR.SYS* file if available and if not, it will
  69. read a Dorinfo.def* file.
  70.  
  71. DOOR.SYS IS THE SAME AS THE ONE READ BY DOORWAY.EXE
  72. DORINFO.DEF IS RBBS COMPATIBLE
  73.  
  74. NOTE: USE DOORMASTER TO CONVERT DORINFO.DEF TO YOUR SYSTEM FORMAT
  75.  
  76. * Both files are created by OmegaComm each time a door is executed.
  77.  
  78. **************************************************************************
  79.                         DOOR.SYS FILE STRUCTURE
  80. **************************************************************************
  81.  
  82.   JOHN PHILLIPS      < NAME OF CALLER >
  83.   0                  < COMPORT [0 = LOCAL, 1 OR 2] >
  84.   2400               < BAUD RATE >
  85.   120                < TIME LEFT >
  86.   G                  < GRAPHICS >
  87.   S                  < ALWAYS A 'S' >
  88.  
  89. **************************************************************************
  90.                         DORINFO.DEF FILE STRUCTURE
  91. **************************************************************************
  92.  
  93. JACOBS LADDER         < BBS NAME >
  94. LARRY                 < SYSOP FIRST NAME >
  95. LOISELLE              < SYSOP LAST NAME >
  96. COM0                  < COM PORT - 0 = LOCAL >
  97. 2400 BAUD,N,8,1       < BAUD RATE ETC >
  98. 0                     < UNKNOWN - NEEDS TO BE 0 >
  99. LARRY                 < CALLER FIRST NAME >
  100. LOISELLE              < CALLER LAST NAME >
  101. MANOR, TEXAS          < CALLER CITY, STATE >
  102. 3                     < SCREEN TYPE - 1 = MONO, 2 = ANSI GRAPHICS, 3 = COLOR >
  103. 9                     < ACCESS LEVEL >
  104. 120                   < TIME LEFT >
  105. -1                    < UNKNOWN - MUST BE -1 >
  106.  
  107.  
  108. ***************************************************************************
  109. ***************************************************************************
  110.  
  111. I hope that these instructions are complete and you find the program
  112. useful.
  113.  
  114. +Larry
  115. January 17, 1993
  116.